Welcome![Sign In][Sign Up]
Location:
Search - usb 51

Search list

[Other resourceARM7-usb

Description: ARM7开发板上做的U盘的源码,FAT文件系统,D12+51固件源码,用PDIUSBD12和K9F5608U0A设计USB移动闪存
Platform: | Size: 1255150 | Author: | Hits:

[Other resource51读写u盘资料1

Description: 利用MCS-51单片机和USB接口芯片,读写移动U盘的方案-use of the MCS-51 microcontroller and USB interface chip, mobile U-literacy programs
Platform: | Size: 8495 | Author: cp | Hits:

[Other resource51读写u盘资料2

Description: 利用MCS-51单片机和USB接口芯片,读写移动U盘的方案-use of the MCS-51 microcontroller and USB interface chip, mobile U-literacy programs
Platform: | Size: 2376 | Author: cp | Hits:

[Embeded-SCM DevelopUSB主控控制器SL811读写U盘

Description:

51单片,加上USB主控控制器SL811,构成一个类似于PC机的USB主控端,用于读写U盘。


Platform: | Size: 27361 | Author: icsuper | Hits:

[SCMUSB键盘

Description: 51实现USB键盘
Platform: | Size: 108593 | Author: delta_xu@126.com | Hits:

[SourceCodeCH372读写51单片机程序

Description: CH372 内置了USB 通讯中的底层协议,具有省事的内置固件模式和灵活的外置固件模式。在内置固件模式下,CH372自动处理默认端点0 的所有事务,本地端单片机只要负责数据交换,所以单片机程序非常简洁。在外置固件模式下,由外部单片机根据需要自行处理各种USB 请求,从而可以实现符合各种USB 类规范的设备。
Platform: | Size: 49152 | Author: shangying21st | Hits:

[Documents51单片机 USB方案

Description: 51单片机 USB 接口通信 方案 现在单片机都是串口连接的,连接不方便,也显的比较老。如果购买转接线,成本又不能控制。 其实单片机和电脑之间完全可以建立USB连接,只需要通过一片USB转串口的芯片
Platform: | Size: 628224 | Author: li05041314@126.com | Hits:

[Embeded-SCM Develop基于51与pdiusbd12 USB键盘

Description: 基于51与pdiusbd12 合成 USB键盘 源代码
Platform: | Size: 108534 | Author: hoccabcd | Hits:

[OtherUSB (Universal Serial Bus)

Description: USB (Universal Serial Bus)是近年来发展起来的一种快速、灵活的总线接口。它最大的特点是易于使用,可热插拔,接口连接灵活,并且能够提供外设电源[4],在嵌入式系统及智能仪表中获得广泛的应用。而51系列单片机以其优越的性能、成熟的技术、高性价比被广泛应用于测控仪器和自动化领域。因此用51系列单片机实现USB主机接口,进而实现对USB外设的控制,对提高整个系统的数据存储、数据传输、设备控制等性能都有很大的作用。
Platform: | Size: 91648 | Author: LV_1314 | Hits:

[Embeded-SCM DevelopCH375FAT

Description: usbHOST芯片与51的文件系统-It s a 8051 system files about CH375 USB Host controler.
Platform: | Size: 121856 | Author: 方锐 | Hits:

[SCMpusb_C51源码

Description: 51+PDIUSBD12源代码-51 PDIUSBD12 source code
Platform: | Size: 18432 | Author: 杨勇 | Hits:

[SCMch375MCU

Description: 这是ch375与单片机51接口应用程序,用keil51编译器打开即可-ch375 interface with the MCU 51 applications, with keil51 compiler can be opened
Platform: | Size: 12288 | Author: 张颖 | Hits:

[SCMsource code for AT89C51

Description: 单片机89c51对usb操作的全过程,初始化,读写-SCM 89c51 right usb operate the entire process, initialization, reading and writing
Platform: | Size: 8192 | Author: 丁男 | Hits:

[USB developPDIUSBD12_FIRMWARE_cn

Description: C-51开发D12固件编程指南,里面有关于协议描述符的流程以及固件的源码。-C-51 development D12 firmware programming guide, which has described the agreement on the process and address the source firmware.
Platform: | Size: 571392 | Author: 前程 | Hits:

[SCMPDIUSBD12固件源码

Description: 修改后的PDIUSBD12完整固件源码,实现51单片机的USB接口,完全通过测试。-revised PDIUSBD12 integrity of the firmware source code, achieving 51 SCM's USB port and fully tested.
Platform: | Size: 133120 | Author: lyke | Hits:

[SCM外挂硬盘和FLASH的MP3方案程序下载

Description: 51单片机外挂USB、IDE、MP3、LCD的源码,很少见的好东西-51 SCM external USB, IDE, MP3, LCD source, few see the good things
Platform: | Size: 825344 | Author: 布莱克 | Hits:

[USB developsnd1-2_isp_usb_1_6_2

Description: AT89C51SND1 SPI原程序,相于USB的。-AT89C51SND1 SPI source code, USB based.
Platform: | Size: 7168 | Author: 张仁峰 | Hits:

[Communication51fw

Description: 我自己编写的用51控制RFW-D100与PC的USB通讯的例程1-prepared myself with the control RFW 51-D100 PC with a USB communication routines 1
Platform: | Size: 5120 | Author: 王西蒙 | Hits:

[SCMUsb1.1源码及其详细资料

Description: C51 USB1.1开发源码及相关开发工具和文档,以及USB接口芯片资料-C51 USB1.1 open source and related development tools and documentation, as well as information on the USB interface chip
Platform: | Size: 9781248 | Author: 肖华 | Hits:

[SCM51+ch375读写U盘超精简原程序(啊雨)

Description: 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 欢测试以下U盘通过:郎科/超稳经典64M/超稳迷你128M/U160-64M/超稳普及128M,爱国者/迷 你王16M/邮箱型, 黑匣子/64M,微闪/64M,飙王/32M/64M/128M,晶彩/C200-64M,新科/256M,昂达/128M...,欢迎 提供测试结果 未通过U盘:爱国者/智慧棒128M,清华普天/USB2.0-128M,当然,使用WCH的子程序库或CH375A 都可以测试通过 -this procedure with 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file name, would show the first document, but the very stringent procedures, and there is no error handling, the U-poor compatibility, but for the simple test a post-mortem as a reference. this procedure can be supported by Windows FAT16 formatted U disk, because the procedure is streamlined and therefore only compatible with more than 50% of the U-brand, if chips were replaced CH375A compatibility can be increased to 85%, if the company's use of WCH Subroutine Library or an official version of the C source code compatibility better. Huan tests under the following U-pass : Lang Branch/Ultra Stable classic 64M/mini 128M/U160-64M Ultra Stable/Ultra Stable
Platform: | Size: 3072 | Author: 梁波 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 22 »

CodeBus www.codebus.net